hip.ai.steering

Undocumented in source.

Public Imports

hip.math.vector
public import hip.math.vector;
Undocumented in source.

Members

Enums

AxisNavigation (from hip.math.utils)
enum AxisNavigation via public import hip.math.utils : AxisNavigation;
Undocumented in source.
WanderAxis
enum WanderAxis
Undocumented in source.

Functions

arrive
Vector3 arrive(Vector3 target, Vector3 position, float slowdownFactor, float speed, float dt)
Undocumented in source. Be warned that the author may not have intended to support it.
evade
Vector3 evade(Vector3 target, Vector3 targetVelocity, Vector3 position, float speed, float dt, float predictionFactor)
Undocumented in source. Be warned that the author may not have intended to support it.
flee
Vector3 flee(Vector3 target, Vector3 position, float speed, float dt)
Undocumented in source. Be warned that the author may not have intended to support it.
flocking
void flocking(Vector3 position, float perceptionRadius, Vector3 alignment, Vector3[] groupPosition, Vector3[] groupAlignment)
Undocumented in source. Be warned that the author may not have intended to support it.
pathFollow
Vector3 pathFollow(Vector3 position, PathFollowerStatus status, float speed, float dt, float minRange)
Undocumented in source. Be warned that the author may not have intended to support it.
pursuit
Vector3 pursuit(Vector3 target, Vector3 targetVelocity, Vector3 position, float speed, float dt, float predictionFactor)
Undocumented in source. Be warned that the author may not have intended to support it.
seek
Vector3 seek(Vector3 target, Vector3 position, float speed, float dt)
Undocumented in source. Be warned that the author may not have intended to support it.
seekAndStop
Vector3 seekAndStop(Vector3 target, Vector3 position, float speed, float dt)
Undocumented in source. Be warned that the author may not have intended to support it.
wander
Vector3 wander(Vector3 velocity, Vector3 displacement, float circleDistance, float circleRadius, float wanderAngle, float angleChangeFactor, float speed, float dt, AxisNavigation axis)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

PathFollowerStatus
struct PathFollowerStatus
Undocumented in source.

Meta